home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-10-15 | 1.1 KB | 40 lines | [TEXT/MPS ] |
- /*
- * File: RequestDispatcher.r
- *
- * Contains: xxx put contents here xxx
- *
- * Written by: Rick Violet
- *
- * Copyright: © 1992 by Apple Computer, Inc., all rights reserved.
- *
- * Change History (most recent first):
- *
- * 11/18/92 RV xxx put comment here xxx
- *
- * To Do:
- */
-
- #include "SysTypes.r"
- #include "Types.r"
-
- #include "RequestDispatcher.R.h"
-
-
- /*——————————————————————————————————————————————————————————————————————————————————*/
- /* STR# - RequestDispatcher Error Messages */
- /*——————————————————————————————————————————————————————————————————————————————————*/
- resource 'STR#' ( kDispatcherErrStrings, purgeable )
- {
- {
- "Failed to construct Queue for incoming requests";
- "Failed to construct Queue for service objects";
- "Failed to construct MakeServiceProcTable";
- "Failed to construct RequestDispatcher";
- /*SBR Hacked this out, moved to Application.r 10/16/94 */
- /*"Apple Event Manager is the wrong version";*/
- /*SBR Hacked this in 11/12/94 */
- "Thread Manager Extension 2.0.1 or System 7.5 is required to use this tool or service.";
- }
- };
-
-